home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / SCGRAPH / AXES.DFM / AXES.txt
Text File  |  1996-11-11  |  6KB  |  228 lines

  1. object AxesForm: TAxesForm
  2.   Left = 578
  3.   Top = 171
  4.   Width = 640
  5.   Height = 427
  6.   Caption = 'AxesForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Menu = MainMenu1
  13.   Position = poDefault
  14.   Visible = True
  15.   WindowState = wsMaximized
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object ScGraph1: TScGraph
  21.     Left = 0
  22.     Top = 0
  23.     Width = 632
  24.     Height = 371
  25.     cursor = crSizeNESW
  26.     AutoMetrics = True
  27.     PlotColor = clWhite
  28.     MarginLeft = 10
  29.     MarginRight = 30
  30.     MarginTop = 20
  31.     MarginBottom = 10
  32.     Frame = True
  33.     GraphTitle.Title = True
  34.     GraphTitle.Caption = 'Scales and Mouse functions'
  35.     GraphTitle.Position = 1000
  36.     GraphTitle.Distance = 12
  37.     AxisPen.Color = clGray
  38.     GridVertical.MajorGrid = False
  39.     GridVertical.MinorGrid = False
  40.     GridVertical.MajorGridStyle = psSolid
  41.     GridVertical.MinorGridStyle = psDot
  42.     GridVertical.MajorGridColor = clGray
  43.     GridVertical.MinorGridColor = clGray
  44.     GridVertical.MajorGridWidth = 1
  45.     GridVertical.MinorGridWidth = 0
  46.     GridHorizontal.MajorGrid = False
  47.     GridHorizontal.MinorGrid = False
  48.     GridHorizontal.MajorGridStyle = psSolid
  49.     GridHorizontal.MinorGridStyle = psDot
  50.     GridHorizontal.MajorGridColor = clGray
  51.     GridHorizontal.MinorGridColor = clGray
  52.     GridHorizontal.MajorGridWidth = 1
  53.     GridHorizontal.MinorGridWidth = 0
  54.     AxisTitleFont.Color = clWindowText
  55.     AxisTitleFont.Height = -13
  56.     AxisTitleFont.Name = 'MS Sans Serif'
  57.     AxisTitleFont.Style = []
  58.     TickLabelFont.Color = clBlack
  59.     TickLabelFont.Height = -17
  60.     TickLabelFont.Name = 'Arial'
  61.     TickLabelFont.Style = []
  62.     GraphTitleFont.Color = clBlack
  63.     GraphTitleFont.Height = -20
  64.     GraphTitleFont.Name = 'Courier New'
  65.     GraphTitleFont.Style = [fsBold]
  66.     LegendBox.ShowLegends = False
  67.     LegendBox.Placement = lbxRight
  68.     LegendBox.Distance = 8
  69.     LegendBox.Framed = True
  70.     LegendBox.FrameColor = clBlack
  71.     LegendBox.FrameWidth = 2
  72.     LegendBox.BoxColor = clWhite
  73.     LegendBox.BoxStyle = bsSolid
  74.     LegendFont.Color = clWindowText
  75.     LegendFont.Height = -13
  76.     LegendFont.Name = 'MS Sans Serif'
  77.     LegendFont.Style = []
  78.     XAxis.MajorTicks = True
  79.     XAxis.MinorTicks = False
  80.     XAxis.MajorTickLen = 22
  81.     XAxis.MinorTickLen = 8
  82.     XAxis.MajorTickWid = 2
  83.     XAxis.MinorTickWid = 1
  84.     XAxis.TickPosition = tpCenter
  85.     XAxis.Title = False
  86.     XAxis.TitleText = 'X'
  87.     XAxis.TitleDist = 4
  88.     XAxis.TitlePos = 500
  89.     XAxis.TitleAngle = lr0
  90.     XAxis.TickLabels = True
  91.     XAxis.LabelFormat = '%3.2g'
  92.     XAxis.LabelDistance = 4
  93.     XAxis.LabelAngle = lr0
  94.     YAxis.MajorTicks = True
  95.     YAxis.MinorTicks = False
  96.     YAxis.MajorTickLen = 22
  97.     YAxis.MinorTickLen = 8
  98.     YAxis.MajorTickWid = 2
  99.     YAxis.MinorTickWid = 1
  100.     YAxis.TickPosition = tpCenter
  101.     YAxis.Title = False
  102.     YAxis.TitleText = 'Y'
  103.     YAxis.TitleDist = 4
  104.     YAxis.TitlePos = 500
  105.     YAxis.TitleAngle = lr90
  106.     YAxis.TickLabels = True
  107.     YAxis.LabelFormat = '%3.2g'
  108.     YAxis.LabelDistance = 4
  109.     YAxis.LabelAngle = lr90
  110.     XScale.ScaleType = stLin
  111.     XScale.Min = -5.000000000000000000
  112.     XScale.Max = 5.000000000000000000
  113.     XScale.LinStep = 2.000000000000000000
  114.     XScale.MinRange = 10.000000000000000000
  115.     XScale.MinorTickNumber = 1
  116.     XScale.MinorLogPattern = [st20, st30, st40]
  117.     XScale.MajorLogPattern = [lt50]
  118.     XScale.AutoSizing = False
  119.     XScale.AutoStepping = True
  120.     YScale.ScaleType = stLin
  121.     YScale.Min = -2.000000000000000000
  122.     YScale.Max = 2.000000000000000000
  123.     YScale.LinStep = 1.000000000000000000
  124.     YScale.MinRange = 0.100000000000000000
  125.     YScale.MinorTickNumber = 1
  126.     YScale.MinorLogPattern = [st20, st30, st40]
  127.     YScale.MajorLogPattern = [lt50]
  128.     YScale.AutoSizing = False
  129.     YScale.AutoStepping = True
  130.     Plotting = True
  131.     Align = alClient
  132.     ctl3d = True
  133.     ParentCtl3d = False
  134.     ParentFont = False
  135.     OnMouseDown = ScGraph1MouseDown
  136.     OnMouseMove = ScGraph1MouseMove
  137.     OnMouseUp = ScGraph1MouseUp
  138.     object Label1: TLabel
  139.       Left = 56
  140.       Top = 8
  141.       Width = 3
  142.       Height = 16
  143.     end
  144.     object Label2: TLabel
  145.       Left = 192
  146.       Top = 8
  147.       Width = 3
  148.       Height = 16
  149.     end
  150.   end
  151.   object MainMenu1: TMainMenu
  152.     Left = 600
  153.     Top = 8
  154.     object File1: TMenuItem
  155.       Caption = 'File'
  156.       GroupIndex = 1
  157.       ShortCut = 0
  158.       object Close1: TMenuItem
  159.         Caption = 'Close'
  160.         ShortCut = 0
  161.         OnClick = Close1Click
  162.       end
  163.       object Printersetup1: TMenuItem
  164.         Caption = 'Printer setup..'
  165.         ShortCut = 0
  166.         OnClick = Printersetup1Click
  167.       end
  168.       object Print1: TMenuItem
  169.         Caption = 'Print'
  170.         ShortCut = 0
  171.         OnClick = Print1Click
  172.       end
  173.       object N1: TMenuItem
  174.         Caption = '-'
  175.         ShortCut = 0
  176.       end
  177.       object Exit1: TMenuItem
  178.         Caption = 'Exit'
  179.         ShortCut = 0
  180.         OnClick = Exit1Click
  181.       end
  182.     end
  183.     object Edit1: TMenuItem
  184.       Caption = 'Edit'
  185.       GroupIndex = 2
  186.       ShortCut = 0
  187.       object Copygraph1: TMenuItem
  188.         Caption = 'Copy graph'
  189.         ShortCut = 0
  190.         OnClick = Copygraph1Click
  191.       end
  192.       object Autometrics1: TMenuItem
  193.         Caption = 'Autometrics'
  194.         Checked = True
  195.         ShortCut = 0
  196.         OnClick = Autometrics1Click
  197.       end
  198.     end
  199.     object Mouse1: TMenuItem
  200.       Caption = 'Mouse'
  201.       GroupIndex = 6
  202.       ShortCut = 0
  203.       object Scaling1: TMenuItem
  204.         Caption = 'Scaling'
  205.         ShortCut = 0
  206.         OnClick = Scaling
  207.       end
  208.       object Moving1: TMenuItem
  209.         Caption = 'Moving'
  210.         Checked = True
  211.         ShortCut = 0
  212.         OnClick = Moving1Click
  213.       end
  214.       object Drawing1: TMenuItem
  215.         Caption = 'Drawing'
  216.         ShortCut = 0
  217.         OnClick = Drawing1Click
  218.       end
  219.     end
  220.     object Help1: TMenuItem
  221.       Caption = 'Help'
  222.       GroupIndex = 9
  223.       ShortCut = 0
  224.       OnClick = Help1Click
  225.     end
  226.   end
  227. end
  228.